home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / filesy~1 / mfsdefrg.zoo / CHANGES < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.9 KB  |  69 lines

  1. edefrag : Linux File System defragmenter.
  2. Copyright (C) Stephen Tweedie, 1992, 1993.
  3.  
  4. Current version - emergency release 0.3b
  5.  
  6. Changes:
  7. ===
  8. 6 Jan 1993:
  9. Public Release 0.3b
  10.  
  11. Emergency release - fixed major bug in extfs bad-block handling code.
  12. Still no bad block handling for minix-fs.
  13. ===
  14. 24 Dec 1992:
  15. Added defrag.8 man page.
  16. ===
  17. 23 Dec 1992:
  18. Development Version 0.3a
  19.  
  20. Added minix support - I hope.
  21. There are now two programs, defrag and edefrag, compiled largely from
  22. the same sources but with different #defines.  The object files produced
  23. for each version are incompatible, and the Makefile now properly handles
  24. multiple recompilation of each source file where necessary to produce
  25. two separate object files.
  26.  
  27. -v no longer produces reams of inode progress report; -vv still does, 
  28. however (and now also lists total blocks per inode).
  29.  
  30. Tidied up the -vv relocation reporting.
  31. ===
  32. 21 Dec 1992:
  33. Public Release 0.2
  34.  
  35. Added CHANGELOG, README, INSTALL files.
  36. Increased default buffer pool.
  37. Removed redundant -l option.
  38. ===
  39. 19 Dec 1992:
  40. Pre-alpha Release 0.2
  41.  
  42. Improvements over release 0.1:
  43. Improved handling of -v, -s and -l switches.
  44. Added -DNODEBUG to disable debugging features (and assertions).
  45. Now sorts inodes sensibly before reallocating data.
  46. Data relocation is now highly optimised with buffered and sorted reads/writes.
  47. User-configurable buffer pool size.
  48. Added -r (readonly) option for testing and confidence.  Supplies an estimate
  49.   of how hard the defragmenter will have to work.
  50.  
  51. Still no minix-fs support.
  52. ===
  53. 13 Dec 1992:
  54. Tidy of release 0.1.
  55. Added option help to usage error message.
  56. Added better version information with version.h.
  57. Moved buffer management to buffers.c
  58. ===
  59. 12 Dec 1992:
  60. Release 0.1
  61.  
  62. Linux disc defragmenter release 0.1 committed to CVS
  63. No optimisation; no buffering; no Minix-fs support.
  64. First semi-public release.
  65. ===
  66. 3 Dec 1992: 
  67. Original version based on efsck 0.9 alpha by Remy Card and Linus
  68. Torvalds.
  69.